home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16471 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: nyx.cs.du.edu!not-for-mail
  2. From: vputz@nyx.cs.du.edu (Victor Putz)
  3. Newsgroups: comp.lang.c,comp.lang.c++,rec.games.programmer
  4. Subject: Re: ! Read me and State your opinion.
  5. Date: 10 Apr 1996 18:09:36 -0600
  6. Organization: University of Denver, Math/CS Dept.
  7. Message-ID: <4khik0$j3n@nyx.cs.du.edu>
  8. References: <4kegoq$f2d$1@mhadg.production.compuserve.com> <Pine.A32.3.91.960410154718.110349C-100000@black.weeg.uiowa.edu>
  9. NNTP-Posting-Host: nyx.nyx.net
  10. X-Newsreader: NN version 6.5.0 #3 (NOV)
  11.  
  12. I will go so far as to say that C++ is unfortunate in its design
  13. insomuch as, like James' signature states, "...it requires private
  14. parts to be visible".  The reverse tangle of include files that
  15. requires recompilation of every module using a given class whenever
  16. that class's private implementation changes is really a pain in
  17. the tookus.  From a design perspective, C++ leaves something (a
  18. lot, really) to be desired; I would much prefer to use Java for
  19. a programming base (and may in the future, with native method
  20. extensions for "fast" code), but then I haven't played much with
  21. Smalltalk or Ada.
  22.  
  23. (I just like Java.  It's simple, relatively clean, keeps its sources
  24. in a single file, and just in general Makes Me Happy.  I really
  25. like the labeled break and continue statements too, though I
  26. haven't had a need for them in C++ yet.  But I don't for an instant
  27. believe it's going to replace C++ any time soon as the "duct tape"
  28. of the industry).
  29.  
  30. C++ is just SO darn well supported.  It'll be around a while, like it
  31. or not (in my case, mostly not, even though the STL is awfully keen)
  32.  
  33. -->VPutz
  34.  
  35.